scriptPageState

Class: com.microstrategy.web.app.taglibs.ScriptPageStateTag

Usage:

This custom tag displays the HTML and Javascript code required for the IFrame manipulations on the application to work properly.
For example, the following custom tag definition will generate a hidden DIV HTML tag which will contain a FORM tag with all the information about the children state in case a form in the page shown to the user is submitted, as well as a JavaScript variable with the page state information. If the window is indicated to be updated, then extra JavaScript method calls will be added for the main window on the application to be updated each time there's an IFrame manipulation:
 <web:scriptPageState updateWindow="true"/>
 


Name Required? Description
displayMode false set the display mode used as the DisplayGuiComponent renders
persistParameters false Indicates a list of parameters need to be persisted in page state
updateWindow false Indicates if JavaScript code for updating the window's content should be generated or not.